thread n. 1.线;细丝;〔英国〕麻纱,〔美国〕棉纱;纤维。 2.细线,细流,细矿脉。 3.(议论等的)思路,条理,线索,情节;【计算机】(公告板上讨论的)话题,题材。 4.螺齿,螺丝。 5.〔pl.〕〔美国〕衣服。 a piece of thread 一根线。 a thread of light 细细的一线亮光。 the thread of one's argument 争办的头绪。 be worn to a thread (衣服由于长久地穿着)磨得快要破烂。gather up the threads 综合(分别处理的问题、部分等)。 hang by [(up)on] a thread 朝不保夕;千钧一发。 have not a dry thread on one 浑身湿透。 resume [pick up, take up] the thread of a story (回到正题)言归正传。 thread and thrum (好好歹歹)扫数,尽都,全都。 thread of life 生命线,命脉,生命。 vt. 1.穿线(入针眼等);拿线穿(珠粒等)。 2.为照相机装胶片。 3.穿过,挤过。 4.车螺纹。 thread a camera 为照相机装胶片。 thread a needle 穿针。 thread one's way through the crowd 穿过人丛。 a threaded mandrel 【机械工程】螺纹心轴。 vi. 1.通过,穿透过。 2.(糖浆等)滴下成丝状。 They threaded carefully along the narrow pass. 他们沿着狭窄的小路小心翼翼地鱼贯而行。
Is also used to break threads out of operations like 还用于使线程跳出
Wakes a thread out of any wait it might be in and causes a 将线程从它可能处于的任何等待中唤醒,并在目标线程中引发
Breaks another thread out of its suspended state and causes it to resume execution 会中断另一线程的挂起状态并使之继续执行。与
Can be used to break a thread out of blocking operations such as waiting for access to a synchronized region of code 可用于使线程跳出阻止操作(如等待访问同步代码区域) 。
Breaks another thread out of the suspend state and causes the thread to resume execution , regardless of how many times 均会使另一个线程脱离挂起状态,并导致该线程继续执行。
Method wakes the destination thread out of any wait state it may be in and causes an exception to be raised 方法会将目标线程从其可能处于的任何等待状态中唤醒,并导致引发异常。
Finally , as i discussed earlier , threads out of the server s control make it difficult to achieve an orderly shutdown 最后,正如我以前讨论过的,不受服务器控制的线程会造成有序关机很难实现。
Property indicates the total amount of time that the system has taken the thread out of the wait state and given it priority on any processor 属性指示系统使该线程离开等待状态并在任何处理器上给予它优先级的时间总量。
If an object has multiple resources , it s unnecessary to lock all threads out of the whole object in order to have one thread use only a subset of the thread s resources 如果一个对象拥有多个资源,就不需要只为了让一个线程使用其中一部分资源,就将所有线程都锁在外面。